filter: Make GtkEveryFilter buildable
authorMatthias Clasen <mclasen@redhat.com>
Sun, 21 Jun 2020 17:07:08 +0000 (13:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 21 Jun 2020 17:10:18 +0000 (13:10 -0400)
Due to an oversight, when multi filters were split into
any and every, any ended up with the listmodel and buildable
implementations, and every didn't get any.

Move the implementations up.

gtk/gtkmultifilter.c

index 3c57a367243557bfd1c3970eba3d96b127739312..6fb08cc9daab99a8cdc03d2815a355023c11241b 100644 (file)
@@ -311,7 +311,7 @@ gtk_any_filter_init (GtkAnyFilter *self)
 /**
  * gtk_any_filter_new:
  *
- * Creates a new empty "any" filter.  
+ * Creates a new empty "any" filter.
  * Use gtk_multi_filter_append() to add filters to it.
  *
  * This filter matches an item if any of the filters added to it